runtime.bucket.nstk (field)
8 uses
runtime (current package)
mprof.go#L82: nstk uintptr
mprof.go#L241: b.nstk = uintptr(nstk)
mprof.go#L249: if b.nstk > maxProfStackDepth {
mprof.go#L253: return stk[:b.nstk:b.nstk]
mprof.go#L261: data := add(unsafe.Pointer(b), unsafe.Sizeof(*b)+b.nstk*unsafe.Sizeof(uintptr(0)))
mprof.go#L270: data := add(unsafe.Pointer(b), unsafe.Sizeof(*b)+b.nstk*unsafe.Sizeof(uintptr(0)))
mprof.go#L1102: fn(b, b.nstk, &b.stk()[0], b.size, mp.active.allocs, mp.active.frees)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |